3.2.2 \(\int \cos ^3(a+b x) \sin ^5(a+b x) \, dx\) [102]

Optimal. Leaf size=31 \[ \frac {\sin ^6(a+b x)}{6 b}-\frac {\sin ^8(a+b x)}{8 b} \]

[Out]

1/6*sin(b*x+a)^6/b-1/8*sin(b*x+a)^8/b

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 31, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.118, Rules used = {2644, 14} \begin {gather*} \frac {\sin ^6(a+b x)}{6 b}-\frac {\sin ^8(a+b x)}{8 b} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Cos[a + b*x]^3*Sin[a + b*x]^5,x]

[Out]

Sin[a + b*x]^6/(6*b) - Sin[a + b*x]^8/(8*b)

Rule 14

Int[(u_)*((c_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*u, x], x] /; FreeQ[{c, m}, x] && SumQ[u]
 &&  !LinearQ[u, x] &&  !MatchQ[u, (a_) + (b_.)*(v_) /; FreeQ[{a, b}, x] && InverseFunctionQ[v]]

Rule 2644

Int[cos[(e_.) + (f_.)*(x_)]^(n_.)*((a_.)*sin[(e_.) + (f_.)*(x_)])^(m_.), x_Symbol] :> Dist[1/(a*f), Subst[Int[
x^m*(1 - x^2/a^2)^((n - 1)/2), x], x, a*Sin[e + f*x]], x] /; FreeQ[{a, e, f, m}, x] && IntegerQ[(n - 1)/2] &&
 !(IntegerQ[(m - 1)/2] && LtQ[0, m, n])

Rubi steps

\begin {align*} \int \cos ^3(a+b x) \sin ^5(a+b x) \, dx &=\frac {\text {Subst}\left (\int x^5 \left (1-x^2\right ) \, dx,x,\sin (a+b x)\right )}{b}\\ &=\frac {\text {Subst}\left (\int \left (x^5-x^7\right ) \, dx,x,\sin (a+b x)\right )}{b}\\ &=\frac {\sin ^6(a+b x)}{6 b}-\frac {\sin ^8(a+b x)}{8 b}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.09, size = 48, normalized size = 1.55 \begin {gather*} \frac {-72 \cos (2 (a+b x))+12 \cos (4 (a+b x))+8 \cos (6 (a+b x))-3 \cos (8 (a+b x))}{3072 b} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Cos[a + b*x]^3*Sin[a + b*x]^5,x]

[Out]

(-72*Cos[2*(a + b*x)] + 12*Cos[4*(a + b*x)] + 8*Cos[6*(a + b*x)] - 3*Cos[8*(a + b*x)])/(3072*b)

________________________________________________________________________________________

Maple [A]
time = 0.10, size = 52, normalized size = 1.68

method result size
derivativedivides \(\frac {-\frac {\left (\cos ^{4}\left (b x +a \right )\right ) \left (\sin ^{4}\left (b x +a \right )\right )}{8}-\frac {\left (\cos ^{4}\left (b x +a \right )\right ) \left (\sin ^{2}\left (b x +a \right )\right )}{12}-\frac {\left (\cos ^{4}\left (b x +a \right )\right )}{24}}{b}\) \(52\)
default \(\frac {-\frac {\left (\cos ^{4}\left (b x +a \right )\right ) \left (\sin ^{4}\left (b x +a \right )\right )}{8}-\frac {\left (\cos ^{4}\left (b x +a \right )\right ) \left (\sin ^{2}\left (b x +a \right )\right )}{12}-\frac {\left (\cos ^{4}\left (b x +a \right )\right )}{24}}{b}\) \(52\)
risch \(-\frac {\cos \left (8 b x +8 a \right )}{1024 b}+\frac {\cos \left (6 b x +6 a \right )}{384 b}+\frac {\cos \left (4 b x +4 a \right )}{256 b}-\frac {3 \cos \left (2 b x +2 a \right )}{128 b}\) \(58\)
norman \(\frac {\frac {32 \left (\tan ^{6}\left (\frac {b x}{2}+\frac {a}{2}\right )\right )}{3 b}+\frac {32 \left (\tan ^{10}\left (\frac {b x}{2}+\frac {a}{2}\right )\right )}{3 b}-\frac {32 \left (\tan ^{8}\left (\frac {b x}{2}+\frac {a}{2}\right )\right )}{3 b}}{\left (1+\tan ^{2}\left (\frac {b x}{2}+\frac {a}{2}\right )\right )^{8}}\) \(66\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(b*x+a)^3*sin(b*x+a)^5,x,method=_RETURNVERBOSE)

[Out]

1/b*(-1/8*cos(b*x+a)^4*sin(b*x+a)^4-1/12*cos(b*x+a)^4*sin(b*x+a)^2-1/24*cos(b*x+a)^4)

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 26, normalized size = 0.84 \begin {gather*} -\frac {3 \, \sin \left (b x + a\right )^{8} - 4 \, \sin \left (b x + a\right )^{6}}{24 \, b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)^3*sin(b*x+a)^5,x, algorithm="maxima")

[Out]

-1/24*(3*sin(b*x + a)^8 - 4*sin(b*x + a)^6)/b

________________________________________________________________________________________

Fricas [A]
time = 0.43, size = 36, normalized size = 1.16 \begin {gather*} -\frac {3 \, \cos \left (b x + a\right )^{8} - 8 \, \cos \left (b x + a\right )^{6} + 6 \, \cos \left (b x + a\right )^{4}}{24 \, b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)^3*sin(b*x+a)^5,x, algorithm="fricas")

[Out]

-1/24*(3*cos(b*x + a)^8 - 8*cos(b*x + a)^6 + 6*cos(b*x + a)^4)/b

________________________________________________________________________________________

Sympy [B] Leaf count of result is larger than twice the leaf count of optimal. 65 vs. \(2 (22) = 44\).
time = 0.85, size = 65, normalized size = 2.10 \begin {gather*} \begin {cases} - \frac {\sin ^{4}{\left (a + b x \right )} \cos ^{4}{\left (a + b x \right )}}{4 b} - \frac {\sin ^{2}{\left (a + b x \right )} \cos ^{6}{\left (a + b x \right )}}{6 b} - \frac {\cos ^{8}{\left (a + b x \right )}}{24 b} & \text {for}\: b \neq 0 \\x \sin ^{5}{\left (a \right )} \cos ^{3}{\left (a \right )} & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)**3*sin(b*x+a)**5,x)

[Out]

Piecewise((-sin(a + b*x)**4*cos(a + b*x)**4/(4*b) - sin(a + b*x)**2*cos(a + b*x)**6/(6*b) - cos(a + b*x)**8/(2
4*b), Ne(b, 0)), (x*sin(a)**5*cos(a)**3, True))

________________________________________________________________________________________

Giac [A]
time = 3.43, size = 26, normalized size = 0.84 \begin {gather*} -\frac {3 \, \sin \left (b x + a\right )^{8} - 4 \, \sin \left (b x + a\right )^{6}}{24 \, b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(b*x+a)^3*sin(b*x+a)^5,x, algorithm="giac")

[Out]

-1/24*(3*sin(b*x + a)^8 - 4*sin(b*x + a)^6)/b

________________________________________________________________________________________

Mupad [B]
time = 0.38, size = 26, normalized size = 0.84 \begin {gather*} \frac {4\,{\sin \left (a+b\,x\right )}^6-3\,{\sin \left (a+b\,x\right )}^8}{24\,b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(a + b*x)^3*sin(a + b*x)^5,x)

[Out]

(4*sin(a + b*x)^6 - 3*sin(a + b*x)^8)/(24*b)

________________________________________________________________________________________